Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 2 - Shape Objects / Shape Objects Reference
Constants and Data Types


The Shape Object

QuickDraw GX provides you with access to an individual shape object through a gxShape reference:

typedef struct gxPrivateShapeRecord *gxShape;
In this type definition, gxShape is a type-checked reference, not an actual pointer to any defined structure. The contents of the shape object are private.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996